a11y: Clear the GtkATContext in a single step
authorEmmanuele Bassi <ebassi@gnome.org>
Fri, 3 Feb 2023 16:11:22 +0000 (17:11 +0100)
committerEmmanuele Bassi <ebassi@gnome.org>
Fri, 3 Feb 2023 16:11:22 +0000 (17:11 +0100)
commit341ecab41a5bc174c2e6dbdeedf1cdd88a86f84b
treeaa6924dd3b2c7e1e980742b6fac7b406b73ee02c
parentb710df6f45047a5a48345b51d5951975143a9681
a11y: Clear the GtkATContext in a single step

There's no need to unrealize the GtkATContext inside dispose() and then
drop its reference inside finalize().
gtk/gtkstack.c